Delete connector by its id
Delete connector by its id
Path Parameters
- id string required
Responses
- 200
- 404
Connector was deleted successfully
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
{
"message": "string",
"level": "string"
}
A connector with the given ID does not exist
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
Loading...